services.podman.builds.<name>.labels

The labels to apply to the build.

Type
attribute set of string
Default
{ }
Example
{
  app = "myapp";
  some-label = "somelabel";
}
Declared
<home-manager/modules/services/podman/linux/builds.nix>